/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/* 通用 */
html,
body {
  min-width: 1200px;
}
.m-0auto {
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
}
.main-width {
  width: 1200px;
}
.page-no-content {
  min-height: 200px;
}

/* header 开始 */
#header .header-top {
  width: 100%;
  height: 38px;
  background: url(../images/header-top-bg.png) repeat-x;
}
#header > div:nth-child(1) a {
  display: block;
  width: 75px;
  height: 38px;
  background: url(../images/header-top-right-2.png) no-repeat;
}

#header .header-center {
  margin: 0 auto;
  width: 1200px;
  height: 106px;
  overflow: visible;
  /*display: flex;*/
}
.header-center > div:nth-child(1) {
  width: 300px;
  padding-top: 27px;
  float: left;
}
.header-center > div:nth-child(2) {
  /*flex: 1;*/
  position: relative;
  float: right;
  width: 900px;
  overflow: visible;
}
.header-center .header-language {
  /*display: flex;*/
  /*justify-content: flex-end;*/
  position: absolute;
  width: 155px;
  height: 27px;
  top: 13px;
  right: 0px;
}
.header-language .w_language_group {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-language .w_language_group li.w_language_item {
  margin: 0;
  margin-right: 10px;
  padding: 0;
  display: inline;
  zoom: 1;
  list-style: none;
}
.header-language .w_language_group li.w_language_item a {
  font-family: "Microsoft YaHei";
  font-size: 12px;
  color: #666;
  font-weight: 400;
  text-align: left;
  font-style: normal;
  text-decoration: none;
}
.header-language .w_language_group li.w_language_item a {
  font-family: "Microsoft YaHei";
  font-size: 12px;
  color: #666;
  font-weight: 400;
  text-align: left;
  font-style: normal;
  text-decoration: none;
}
.header-language .w_language_group li.w_language_item .w_language_icon {
  margin: 0;
  padding: 0;
  display: inline;
  *display: table;
  zoom: 1;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
}

.header-center .header-menu {
  position: absolute;
  z-index: 1;
  /*margin: 0 auto;*/
  /*padding: 0;*/
  /*width: 100%;*/
  top: 40px;
  left: 0;
  width: 900px;
  height: 40px;
  list-style: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-top-width: 0;
  border-top-style: none;
  border-top-color: transparent;
  border-right-width: 0;
  border-right-style: none;
  border-right-color: transparent;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-bottom-color: transparent;
  border-left-width: 0;
  border-left-style: none;
  border-left-color: transparent;
  background-color: transparent;
  background-image: none;
  background-repeat: repeat;
  background-position: 0 0;
  background: -o-linear-gradient(top, none, none);
  background: linear-gradient(top, none, none);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(none),
    to(none)
  );
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
#header-menu-wrap a.hover {
  background-color: #e5a317 !important;
  color: #fff;
}
#header-menu-wrap a:hover {
  background-color: #e5a317 !important;
  color: #fff;
}
#header-menu-wrap .on > a {
  background-color: #bdc3c7;
  color: #fff;
}
/*一级菜单项*/
#header-menu-wrap > nav > ul{
    display: flex;
    justify-content: space-around;
}
#header-menu-wrap > nav > ul > li {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  height: 40px;
  list-style: none;
  white-space: nowrap;
}
#header-menu-wrap.en > nav > ul > li {
  width: 15.5% !important;
  *width: 15.5% !important;
}
#header-menu-wrap > nav > ul > li > a {
  display: block;
  line-height: 40px;
  height: 40px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-top-width: 0;
  border-top-style: none;
  border-top-color: transparent;
  border-right-width: 0;
  border-right-style: none;
  border-right-color: transparent;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-bottom-color: transparent;
  border-left-width: 0;
  border-left-style: none;
  border-left-color: transparent;
  background-color: transparent;
  background-image: none;
  background-repeat: repeat;
  background-position: 0 0;
  background: -o-linear-gradient(top, none, none);
  background: linear-gradient(top, none, none);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(none),
    to(none)
  );
  color: #666666;
  text-align: center;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  word-break: break-all;
  word-wrap: break-word;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  padding: 0 10px;
}
#header-menu-wrap > nav > ul > li > ul {
  position: absolute;
  min-width: 100%;
  top: 40px;
  _zoom: 1;
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-width: 0;
  border-top-style: none;
  border-top-color: transparent;
  border-right-width: 0;
  border-right-style: none;
  border-right-color: transparent;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-bottom-color: transparent;
  border-left-width: 0;
  border-left-style: none;
  border-left-color: transparent;
  background-color: transparent;
  background-image: none;
  background-repeat: repeat;
  background-position: 0 0;
  background: -o-linear-gradient(top, none, none);
  background: linear-gradient(top, none, none);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(none),
    to(none)
  );
  /*width: !important;*/
}
/*二级菜单项*/
#header-menu-wrap > nav > ul > li > ul > li {
  clear: both;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 0;
  height: 40px;
}
#header-menu-wrap > nav > ul > li > ul > li > a {
  display: block;
  height: 40px;
  line-height: 35px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-top-width: 0;
  border-top-style: none;
  border-top-color: transparent;
  border-right-width: 0;
  border-right-style: none;
  border-right-color: transparent;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-bottom-color: transparent;
  border-left-width: 0;
  border-left-style: none;
  border-left-color: transparent;
  background-color: #bdc3c7;
  background-image: none;
  background-repeat: repeat;
  background-position: 0 0;
  background: -o-linear-gradient(top, none, none);
  background: linear-gradient(top, none, none);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(none),
    to(none)
  );
  color: #ffffff;
  text-align: left;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding: 0 10px;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
#header-menu-wrap .current-menu-item:nth-child(n + 2) {
  background-color: #bdc3c7 !important;
}
#header-menu-wrap .current-menu-parent {
  /*background-color: #bdc3c7!important;*/
}
/* header 结束 */

/* footer 开始 */
#footer .footer-banner {
  width: 100%;
  min-width: 1200px;
  height: 492px;
}
/* footer 结束 */
/* page页通用 */
.wpc-page-wrap .page-banner {
  position: relative;
  min-width: 1200px;
  height: 520px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 385px;
}
.wpc-page-wrap .page-banner .page-banner-content {
  z-index: 10;
  margin: 0 auto;
  width: 1200px;
  height: 101px;
}
/* 单页面包屑导航 */
.wpc-page-wrap .breadcrumb-wrap {
  width: 100%;
  height: 90px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 22px;
  background: url(../images/breadcrumb-bg.png) repeat-x;
}
.wpc-page-wrap .breadcrumb-wrap .breadcrumb {
  width: 1200px;
  margin: 0 auto;
  font-size: 18px;
  /*font-weight: bold;*/
  color: #666;
}
.wpc-page-wrap .breadcrumb-wrap .breadcrumb a {
  font-size: 18px;
  /*font-weight: bold;*/
  color: #666;
  text-align: left;
  font-style: normal;
  text-decoration: none;
}

/* 分类页通用 */
.wpc-category-wrap .category-banner {
  position: relative;
  height: 520px;
  min-width: 1200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 385px;
}
.wpc-category-wrap .category-banner .category-banner-content {
  z-index: 10;
  margin: 0 auto;
  width: 1200px;
  height: 101px;
}
/* category面包屑导航 */
.wpc-category-wrap .breadcrumb-wrap {
  width: 1200px;
  margin: 0 auto;
  height: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 60px;
  position: relative;
}
.wpc-category-wrap .breadcrumb-wrap::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #ccc;
  -webkit-box-shadow: 0 3px 2px transparent;
  box-shadow: 0 3px 2px transparent;
  border-radius: 1px;
  -webkit-border-radius: 1px;
}
.wpc-category-wrap .breadcrumb-wrap .breadcrumb {
  font-size: 18px;
  color: #666;
}
.wpc-category-wrap .breadcrumb-wrap .breadcrumb a {
  font-size: 18px;
  /*font-weight: bold;*/
  color: #666;
  text-align: left;
  font-style: normal;
  text-decoration: none;
}

/* 分类列表gallery样式  */
.wpc-post-list-gallery {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0 90px 0;
}
.wpc-post-list-gallery .w-article {
  width: 100%;
}
.wpc-post-list-gallery ul.w-article-list {
  margin: 0;
  padding: 0;
}
.wpc-post-list-gallery ul.w-article-list li.w-al-unit {
  position: relative;
  display: inline-block;
  float: left;
  width: 280px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  list-style: none;
  cursor: pointer;
}
.wpc-post-list-gallery .w-al-unit a {
  width: 100%;
  display: block;
  text-decoration: none;
  text-align: center;
}
.wpc-post-list-gallery .w-al-unit a .w-al-pic {
  width: 280px;
  height: 165px;
  line-height: 165px;
  padding: 0;
  vertical-align: top;
  clear: both;
  overflow: hidden;
}
.wpc-post-list-gallery .w-al-unit a img {
  width: 280px;
  height: 165px;
  border: none;
  -o-object-fit: cover;
  object-fit: cover; /*animation*/
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.wpc-post-list-gallery .w-al-unit a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.wpc-post-list-gallery .w-al-unit a .w-al-text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 34px;
  line-height: 40px;
  padding: 0 8px; /* background */
  background-color: rgba(0, 0, 0, 0.6);
  background-image: none;
  background-repeat: repeat;
  background-position: 0 0;
  background: -o-linear-gradient(top, none, none);
  background: linear-gradient(top, none, none);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(none),
    to(none)
  );
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.wpc-post-list-gallery .w-al-unit a .w-al-text:hover {
  background-color: rgba(0, 0, 0, 0.6);
  background-image: none;
  background-repeat: repeat;
  background-position: 0 0;
  background: -o-linear-gradient(top, none, none);
  background: linear-gradient(top, none, none);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(none),
    to(none)
  );
}
.wpc-post-list-gallery .w-al-unit a h5.w-al-title {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #fff;
  text-align: left;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: "Microsoft YaHei";
  line-height: 40px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  overflow: hidden;
}
.wpc-post-list-gallery .w-al-unit a p.w-al-info {
  margin: 0;
  max-height: 40px;
  font-size: 12px;
  color: #fff;
  text-align: left;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: "Microsoft YaHei";
  word-break: break-all;
  line-height: 20px;
  overflow: hidden;
}
.wpc-post-list-gallery .w_pager {
  margin-left: 8px;
  margin-right: 8px;
}
.wpc-post-list-gallery .clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.wpc-post-list-gallery .clearfix:after {
  clear: both;
  overflow: hidden;
}
.wpc-post-list-gallery .clearfix {
  zoom: 1;
}
.wpc-post-list-gallery ul.w-article-list li.w-al-unit {
  width: 280px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

/* 文章页通用 */
.wpc-post-wrap .post-banner {
  position: relative;
  height: 520px;
  min-width: 1200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 385px;
}
.wpc-post-wrap .post-banner .post-banner-content {
  z-index: 10;
  margin: 0 auto;
  width: 1200px;
  height: 101px;
}
.wpc-post-list-news {
  margin: 0 auto;
  width: 1200px;
  padding: 20px 0 100px 0;
}
.wpc-post-list-news .w-list {
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.wpc-post-list-news .w-list .w-list-ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wpc-post-list-news .w-list .w-list-ul li {
  position: relative;
  min-height: 150px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom-color: #ddd;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}
.wpc-post-list-news .w-list .w-list-ul li .w-list-title a {
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
}
.wpc-post-list-news .w-list .w-list-ul li .w-list-title a:hover {
  font-weight: bold;
}
.wpc-post-list-news .w-list .w-list-ul li .w-list-pic {
  width: 300px;
  height: 150px;
  padding: 0;
  margin: 0;
  margin-right: 10px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.wpc-post-list-news .w-list .w-list-ul li .w-list-pic a img {
  width: 300px;
  height: 150px;
  object-fit: cover;
  object-position: center;
}
.wpc-post-list-news .w-list .w-list-ul li .w-list-r {
  padding-left: 300px;
}
.wpc-post-list-news .w-list .w-list-ul li .w-list-r .w-list-r-in {
  padding-left: 12px;
}
.wpc-post-list-news .w-list .w-list-ul li .w-list-title {
  padding: 0;
  margin: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.wpc-post-list-news .w-list .w-list-ul li .w-list-desc {
  font-size: 14px;
  padding: 0;
  margin: 0;
  margin-top: 5px;
  line-height: 18px;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: normal;
  color: #999;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-height: 36px;
}
.wpc-post-list-news .w-list .w-list-ul li .w-list-bottom {
  padding: 0;
  margin: 0;
  margin-top: 5px;
  height: 18px;
  line-height: 18px;
}
.wpc-post-list-news .w-list .w-list-ul li .w-list-bottom .w-list-viewnum {
  float: right;
  font-family: "Microsoft YaHei";
  font-size: 12px;
  color: #999;
  line-height: 18px;
}
.wpc-post-list-news .w-list .w-list-ul li .w-list-bottom .w-list-viewnum i {
  font-size: 12px;
  color: #999;
  padding-right: 3px;
}
.wpc-post-list-news .w-list .w-list-ul li .w-list-bottom .w-list-viewnum {
  float: right;
  font-family: "Microsoft YaHei";
  font-size: 12px;
  color: #999;
  line-height: 18px;
}
.wpc-post-list-news .w-list .w-list-ul li .w-list-bottom .w-list-date {
  padding: 0;
  margin: 0;
  font-family: "Microsoft YaHei";
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #999;
  text-decoration: none;
  line-height: 18px;
}
.wpc-post-list-news .f-clearfix:after {
  clear: both;
  overflow: hidden;
}
/* 下载列表页通用部分 */
.wpc-download-list {
  width: 1200px;
  margin: 0 auto;
}
.wpc-download-list .w-list {
  margin-bottom: 15px;
}

.wpc-download-list .w-list .w-list-ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.wpc-download-list .w-list .w-list-ul li {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: block;
  border-bottom-color: #ddd;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}

.wpc-download-list .w-list .w-list-ul li .w-list-title {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
}

.wpc-download-list .w-list .w-list-ul li .w-list-title .w-list-title-text {
  display: block;
  padding-right: 6px;
  color: #444;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.wpc-download-list
  .w-list
  .w-list-ul
  li
  .w-list-title
  .w-list-title-text:hover {
  color: #444;
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
}

.wpc-download-list .w-list .w-list-ul li .w-list-title .w-list-date {
  padding: 0;
  margin: 0;
  float: right;
  color: #999;
  font-size: 12px;
  font-family: "Microsoft YaHei";
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.wpc-download-list .w-list .w-list-ul li .w-list-pic {
  margin: 1px 0;
  display: block;
  min-height: 30px;
  float: left;
  overflow: hidden;
  font-size: 0;
}

.wpc-download-list .w-list .w-list-ul li .w-list-pic img {
  width: 54px;
  height: 54px;
  padding-right: 10px;
  border: none;
}

.wpc-download-list .w-list .w-list-ul li .w-list-bottom {
  padding: 0;
  margin: 0;
}

.wpc-download-list .w-list .w-list-ul li .w-list-bottom span {
  display: inline-block;
}

.wpc-download-list .w-list .w-list-ul li .w-list-bottom .w-list-size {
  color: #999;
  font-size: 12px;
  font-family: "Microsoft YaHei";
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  line-height: 18px;
  display: block;
}

.wpc-download-list .w-list .w-list-ul li .w-list-bottom .w-list-downNum {
  float: right;
  display: block;
  color: #ccc;
  font-size: 12px;
  font-family: "Microsoft YaHei";
  line-height: 18px;
}

.wpc-download-list .w-list .w-list-ul li .w-list-bottom .w-list-downNum i {
  font-size: 12px;
  color: #ccc;
  padding-right: 3px;
}

.wpc-download-list .w-list .w-list-ul li.w-img-none {
  min-height: auto !important;
  height: auto !important;
}

.wpc-download-list .w-list .w-list-ul li.w-img-none .w-list-pic {
  display: none;
}

.wpc-download-list .w-list .w-list-ul li.w-img-none .w-list-pic img {
  width: 0px !important;
  height: 0px !important;
}

.wpc-download-list .w-list .w-list-ul li .w-list-bottom .w-display-none {
  display: none;
}

.wpc-download-list .w-list .w-list-ul li .w-display-none {
  display: none;
}
/* post内页通用 content部分 */
.news_view_wrap {
  clear: both;
  margin: 0 auto;
  width: 1200px;
}
.news_view_header {
  clear: both;
  border-bottom: 1px solid #ccc;
}
.news_view_title {
  clear: both;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #333;
}
.news_view_infobar {
  clear: both;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
  color: #999;
}
.news_view_main {
  margin-top: 10px;
  padding-bottom: 20px;
}
.news_view_content {
  padding: 10px;
  line-height: 200%;
  text-align: left;
  font-size: 16px;
  color: #333;
}
.qrcode {
  margin: 20px auto;
  width: 160px;
  height: 160px;
}
.qrcode img {
  width: 160px;
  height: 160px;
}
.new_view_pagebar {
  clear: both;
  margin-top: 20px;
  padding-top: 10px;
  height: 75px; /*border-top:1px solid #CCC;*/
}
.news_view_pagenprev,
.news_view_pagennext {
  float: left;
  width: 48%;
  height: 45px;
  line-height: 45px;
  text-align: left;
  font-size: 14px;
  overflow: hidden;
}
.news_view_pagennext {
  float: right;
  text-align: right;
} /* News View Comment */
.news_view_comment {
  clear: both;
  margin-top: 20px;
}
.news_view_comment_title {
  line-height: 45px;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  color: #333;
}
.news_view_comment_main {
  clear: both;
  margin-top: 10px;
}
.news_view_comment_textarea {
  margin: 0 auto;
  padding: 5px;
  width: 98%;
  height: 110px;
  line-height: 150%;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
}
.news_view_comment_btnbar {
  clear: both;
  margin-top: 10px;
  height: 35px;
}
.comment_btn {
  float: right;
  width: 120px;
  height: 35px;
  line-height: 35px;
  border: none;
  background-color: #3fa4eb;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
ul.news_view_comment_list {
  clear: both;
  margin-top: 20px;
  border-top: 1px solid #ccc;
}
ul.news_view_comment_list li {
  display: block;
  margin-top: 20px;
  border-bottom: 1px dotted #ccc;
}
ul.news_view_comment_list li .comment_headimg {
  float: left;
  width: 60px;
  height: 60px;
}
ul.news_view_comment_list li .comment_content {
  float: right;
  width: 880px;
  line-height: 180%;
  font-size: 14px;
  color: #333;
}
.comment_contentbar {
  clear: both;
  line-height: 25px;
  text-align: left;
  font-size: 12px;
}
.news_view_content {
  padding: 10px;
  line-height: 200%;
  text-align: left;
  font-size: 16px;
  color: #333;
  word-wrap: break-word;
}
/* post 内页上一篇下一篇 */
.nav-links {
  clear: both;
  margin-top: 20px;
  padding-top: 10px;
  height: 45px;
  border-top: 1px solid #ccc;
}
.nav-previous {
  float: left;
  width: 48%;
  height: 45px;
  line-height: 45px;
  text-align: left;
  font-size: 14px;
  overflow: hidden;
}
.nav-next {
  float: right;
  width: 48%;
  height: 45px;
  line-height: 45px;
  text-align: right;
  font-size: 14px;
  overflow: hidden;
}
/* 常规列表分页样式 */
.rhein-page-wrap {
  display: table;
  margin: 0 auto;
  float: none;
  padding: 12px 0px 20px;
  font-family: Arial, "Lucida Grande", "Microsoft Yahei", "Hiragino Sans GB",
    "Hiragino Sans GB W3", SimSun, STHeiti;
  font-size: 12px;
}
.rhein-page-wrap ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
.rhein-page-wrap ul li {
  float: left;
  margin-right: 10px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.rhein-page-wrap ul li:nth-last-child(1) {
  margin-right: 0;
}
.rhein-page-wrap ul li .page-numbers {
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #666666;
  background: white;
  border-color: #dddddd;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  display: block;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.rhein-page-wrap ul li .current {
  background: #eeeeee;
  border-color: #cccccc;
  border-width: 1px;
  border-style: solid;
}
.rhein-page-wrap ul li a:hover,
.rhein-page-wrap ul li span:hover {
  background: #eeeeee;
  border-color: #cccccc;
  border-width: 1px;
  border-style: solid;
}

.rhein-page-wrap ul li .next,
.rhein-page-wrap ul li .prev {
  width: 67px !important;
}

/* 产品列表页 */
#view_listproducts_33_277751006 {
  padding: 15px 0;
  margin: 0 auto;
  z-index: 33;
  width: 1200px;
  position: relative;
}
.listproducts_Style2_Item0 {
  padding-bottom: 15px;
}
.listproducts_Style2_Item0 ul.w-product-list {
  margin: 0;
  padding: 0;
}
.listproducts_Style2_Item0 ul.w-product-list li.w-pl-unit {
  display: inline-block;
  float: left;
  padding-bottom: 10px;
  width: 220px;
  margin-right: 8px;
  margin-bottom: 8px;
  background-color: #fff;
  background-image: none;
  background-repeat: repeat;
  background-position: left top;
  background: -moz-linear-gradient(top, none, none);
  background: -o-linear-gradient(top, none, none);
  background: linear-gradient(top, none, none);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(none),
    to(none)
  );
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-top-style: solid;
  border-bottom-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-right-style: solid;
  border-left-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-radius: 2px;
  overflow: hidden;
  list-style: none;
}
.listproducts_Style2_Item0 ul.w-product-list li.w-pl-unit:hover {
  border-color: #e23a2a;
  background-color: #fff;
  background-image: none;
  background-repeat: repeat;
  background-position: left top;
  background: -moz-linear-gradient(top, none, none);
  background: -o-linear-gradient(top, none, none);
  background: linear-gradient(top, none, none);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(none),
    to(none)
  );
}
.listproducts_Style2_Item0 .w-pl-unit a {
  width: 100%;
  display: block;
  text-decoration: none;
  text-align: center;
}
.listproducts_Style2_Item0 .w-pl-unit a .w-pl-pic {
  width: 220px;
  height: 220px;
  line-height: 220px;
  padding: 0;
  vertical-align: top;
  clear: both;
  overflow: hidden;
  margin-bottom: 5px;
}
.listproducts_Style2_Item0 .w-pl-unit a img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  border: none;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.listproducts_Style2_Item0 .w-pl-unit a img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.listproducts_Style2_Item0 .w-pl-unit a h5.w-pl-title {
  margin: 0 10px;
  padding: 0;
  height: 40px;
  font-size: 14px;
  color: #444;
  text-align: left;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: "Microsoft YaHei";
  line-height: 20px;
  overflow: hidden;
}
.listproducts_Style2_Item0 .w-pl-unit a h5.w-pl-title:hover {
  color: #444;
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
}
.listproducts_Style2_Item0 .w-pl-unit a p.w-pl-price {
  margin: 0 10px;
  display: block;
  font-size: 18px;
  color: #e23a2a;
  text-align: left;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-family: Arial;
  line-height: 36px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  overflow: hidden;
}
.listproducts_Style2_Item0 .w-pl-unit a p.w-pl-price:hover {
  color: #e23a2a;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}
.listproducts_Style2_Item0 .w-pl-unit a p.w-pl-btn {
  display: block;
  margin: 8px 10px 0;
  padding: 0;
  height: 30px;
  line-height: 30px;
  background-color: #fff;
  background-image: none;
  background-repeat: repeat;
  background-position: left top;
  background: -moz-linear-gradient(top, none, none);
  background: -o-linear-gradient(top, none, none);
  background: linear-gradient(top, none, none);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(none),
    to(none)
  );
  border-top-width: 1px;
  border-top-color: #e23a2a;
  border-top-style: solid;
  border-bottom-color: #e23a2a;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-right-color: #e23a2a;
  border-right-style: solid;
  border-left-color: #e23a2a;
  border-left-style: solid;
  border-left-width: 1px;
  border-radius: 2px;
  font-size: 12px;
  color: #e23a2a;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: "Microsoft YaHei";
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  overflow: hidden;
}
.listproducts_Style2_Item0 .w-pl-unit a p.w-pl-btn:hover {
  border-color: #e23a2a;
  background-color: #e23a2a;
  background-image: none;
  background-repeat: repeat;
  background-position: left top;
  background: -moz-linear-gradient(top, none, none);
  background: -o-linear-gradient(top, none, none);
  background: linear-gradient(top, none, none);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(none),
    to(none)
  );
  color: #fff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}
.listproducts_Style2_Item0 .w-pl-unit a p.w-pl-info {
  margin: 0 10px;
  display: block;
  font-size: 12px;
  color: #999;
  text-align: left;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: "SimSun";
  height: 26px;
  line-height: 26px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  overflow: hidden;
}
.listproducts_Style2_Item0 .w-pl-unit a p.w-pl-info:hover {
  color: #999;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}
.listproducts_Style2_Item0 .w_pager {
  margin-right: 8px;
}
#view_listproducts_33_277751006 .clearfix:before,
#view_listproducts_33_277751006 .clearfix:after {
  content: "";
  display: table;
}
#view_listproducts_33_277751006 .clearfix:after {
  clear: both;
  overflow: hidden;
}
#view_listproducts_33_277751006 .clearfix {
  zoom: 1;
}

/* 新闻详情页 */
.news_view_wrap .news_view_title {
  line-height: 1.3;
  margin: 30px 0 5px;
}

.news_view_wrap img {
  max-width: 100%;
}

